
  

  

  
  
  
  


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--or-light: #f3f1e6;
--or-black: #161616;
--or-sandstone: #E1D1BE;
--or-espresso: #231911;
--or-terracotta: #B78A75;
--neutral-0: #0b0a0b;
--neutral-1: #121113;
--neutral-2: #1A191B;
--neutral-3: #232225;
--neutral-4: #2B292D;
--neutral-6: #3C393F;
--neutral-7: #49474E;
--neutral-8: #625F69;
--neutral-9: #6F6D78;
--neutral-10: #7C7A85;
--neutral-11: #B5B2BC;
--neutral-12: #EEEEF0;
--success-1: #0D1514;
--success-2: #111C1B;
--success-3: #0D2D2A;
--success-4: #023B37;
--success-5: #084843;
--success-6: #145750;
--success-7: #1C6961;
--success-8: #207E73;
--success-9: #12A594;
--success-10: #0EB39E;
--success-11: #0BD8B6;
--success-12: #ADF0DD;
--warning-1: #16120C;
--warning-2: #1D180F;
--warning-3: #302008;
--warning-4: #3F2700;
--warning-5: #4D3000;
--warning-6: #5C3D05;
--warning-7: #714F19;
--warning-8: #8F6424;
--warning-9: #FFC53D;
--warning-10: #FFD60A;
--warning-11: #FFCA16;
--warning-12: #FFE7B3;
--critical-1: #191113;
--critical-2: #1E1517;
--critical-3: #3A141E;
--critical-4: #4E1325;
--critical-5: #5E1A2E;
--critical-6: #6F2539;
--critical-7: #883447;
--critical-8: #B3445A;
--critical-9: #E54666;
--critical-10: #EC5A72;
--critical-11: #FF949D;
--critical-12: #FED2E1;
--overlay-a1: #ffffff0d;
--overlay-a2: #ffffff1a;
--overlay-a3: #ffffff26;
--overlay-a4: #ffffff33;
--overlay-a5: #ffffff4d;
--overlay-a6: #ffffff66;
--overlay-a7: #ffffff80;
--overlay-a8: #ffffff99;
--overlay-a9: #ffffffb3;
--overlay-a10: #ffffffcc;
--overlay-a11: #ffffffe6;
--overlay-a12: #fffffff2;
--overlay-inverted-a1: #0000000d;
--overlay-inverted-a2: #0000001a;
--overlay-inverted-a3: #00000026;
--overlay-inverted-a4: #00000033;
--overlay-inverted-a5: #0000004d;
--overlay-inverted-a6: #00000066;
--overlay-inverted-a7: #00000080;
--overlay-inverted-a8: #00000099;
--overlay-inverted-a9: #000000b3;
--overlay-inverted-a10: #000000cc;
--overlay-inverted-a11: #000000e6;
--overlay-inverted-a12: #000000f2;
    /* Fonts */
    --font-martianmono: 'Martian Mono',monospace;
--font-opensans: 'Open Sans',sans-serif;

    /* Font size */
    --text-10: 0.625rem;
--text-12: 0.75rem;
--text-14: 0.875rem;
--text-16: 1rem;
--text-18: 1.125rem;
--text-20: 1.25rem;
--text-24: 1.5rem;
--text-30: 1.875rem;
--text-36: 2.25rem;
--text-40: 3rem;
    /* Font weight */
    --light: 300;
--regular: 400;
--normal: 500;
--semi-bold: 600;
--bold: 700;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --qtr: 0.25rem;
--half: 0.5rem;
--3-4: 0.75rem;
--one: 1rem;
--one-qtr: 1.25rem;
--one-half: 1.5rem;
--one-3-4: 1.75rem;
--two: 2rem;
--two-half: 2.5rem;
--three: 3rem;
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .bJRLJw {
    height:100%;
  display:flex;
  font-family:Open Sans;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bpcxo {
    padding-top:6rem;
  padding-bottom:6rem;
  }
      

      
        
      
      
  .fiOUFl {
    width:100%;
  max-width:88rem;
  margin-left:auto;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .navbar\:root {
    color:var(--grey-50);
  background:#161616;
  padding-top:1rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  .eFQaJC {
    top:var(--top);
  left:var(--left);
  position:absolute;
  outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  pointer-events:all;
  transform-origin:var(--transform-origin-x) var(--transform-origin-y);
  }
      

      
  .eFQaJC:focus {
    outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  }
      


  .eFQaJC.hidden {
    visibility:hidden;
  pointer-events:none;
  }
      


  .eFQaJC.match-anchor-width {
    width:var(--sc-anchor-width);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
  .sparkcore\/sc-dropdown-content\:root:focus {
    outline:none;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .navbar\:An8_DPZ1gPot5vOjyQn4G {
    background:var(--or-black);
  border-color:var(--or-light);
  border-style:solid;
  border-width:1px;
  }
      

      
        
      
      
  .kpgyE {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .navbar\:BkQWyqMQQ8ikdrybp87wD {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dYElHa {
    width:var(--width);
  height:var(--height);
  position:fixed;
  pointer-events:none;
  }
      

      
  .dYElHa.modal {
    pointer-events:all;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cEpQwy {
    width:fit-content;
  height:fit-content;
  position:absolute;
  font-size:inherit;
  transform:var(--transform);
  font-family:inherit;
  font-weight:inherit;
  transform-origin:var(--transform-origin);
  }
      

      
  .cEpQwy.top {
    top:0px;
  left:var(--left);
  }
      


  .cEpQwy.bottom {
    left:var(--left);
  bottom:0px;
  }
      


  .cEpQwy.right {
    top:var(--top);
  right:0px;
  }
      


  .cEpQwy.left {
    top:var(--top);
  left:0px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bTjPwt {
    color:var(--or-light);
  font-size:var(--text-12);
  }
      

      
        
      
      
  
      

      
        
      
      
  .dfDqVR {
    cursor:default;
  }
      

      
        
      
      
  
      

      
        
      
      
  .navbar\:k3Oi-6BguDjGjtUnERkLi {
    cursor:pointer;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
  .navbar\:k3Oi-6BguDjGjtUnERkLi:hover {
    color:var(--or-black);
  background:var(--or-light);
  }
      

        
      
      
  .navbar\:kdij-78qZbTBLy2WYhkHC {
    width:100%;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bWpTnd {
    width:fit-content;
  height:auto;
  }
      

      
        
      
      
  .navbar\:rQcJqOKZ2OyyVbZL6BuX0 {
    color:var(--or-light);
  cursor:pointer;
  display:flex;
  row-gap:var(--qtr);
  font-size:var(--text-12);
  background:var(--or-black);
  column-gap:var(--qtr);
  align-items:center;
  font-weight:var(--normal);
  padding-top:var(--half);
  border-color:var(--or-light);
  border-style:solid;
  border-width:1px;
  padding-left:var(--3-4);
  padding-right:var(--3-4);
  flex-direction:row;
  padding-bottom:var(--half);
  justify-content:center;
  border-top-right-radius:10px;
  }
      

      
  .navbar\:rQcJqOKZ2OyyVbZL6BuX0:hover {
    color:var(--or-black);
  background:var(--or-light);
  transition:color 300ms ease;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .GqozH {
    font-size:var(--text-12);
  font-family:"Martian Mono";
  }
      

      
        
      
      
  .ui-footer\:AykWgZwCcz3TLsuzcyAoS {
    width:100%;
  background:var(--or-sandstone);
  padding-top:3rem;
  flex-direction:column;
  padding-bottom:3rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ui-footer\:LxA5Jz7rgAdb8Wl52hwty {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .ui-footer\:R024f5VsoC-G5O9q55qxR {
    display:flex;
  align-items:flex-start;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .GAEWe {
    height:1px;
  background:var(--or-espresso);
  }
      

      
        
      
      
  
      

      
        
      
      
  .ui-footer\:q71oOWBapq4_jReozSPTc {
    row-gap:2rem;
  column-gap:2rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .Privacy-Policy\:t1EplRK8t-EjJecseO4Es {
    background:var(--or-light);
  }
      

      
        
      